projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
283804c
)
docs: shorten the shooter timeout
author
William Jon McCann
<william.jon.mccann@gmail.com>
Thu, 13 Feb 2014 23:19:36 +0000
(18:19 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 14 Feb 2014 01:59:26 +0000
(20:59 -0500)
docs/tools/shooter.c
patch
|
blob
|
history
diff --git
a/docs/tools/shooter.c
b/docs/tools/shooter.c
index edabe9e67367e1adb111be33bfb6e0a4f3ee81aa..8cefa8bbf7dd250ba307dbe6ea41ea3859b07049 100644
(file)
--- a/
docs/tools/shooter.c
+++ b/
docs/tools/shooter.c
@@
-265,7
+265,7
@@
on_show (WidgetInfo *info)
if (shot_id != 0)
return;
- shot_id = g_timeout_add (
10
00, (GSourceFunc) shoot_one, info);
+ shot_id = g_timeout_add (
5
00, (GSourceFunc) shoot_one, info);
}
static gboolean